home *** CD-ROM | disk | FTP | other *** search
- CONCAT (Concatenate)
- Joins (concatenates) strings of text.
-
- Format: CONCAT (text1, text2,...)
-
- Argument:
- ΓÇó text1, text2: A text expression.
-
- Example:
- CONCAT ("Look at ", B7, ": ", B8) returns "Look at 5: WOW!" (when B7 contains 5 and B8 contains "WOW!").
- Shows that text in the function's argument list and text in a cell reference can be joined into one text phrase.